code_checker.engine.registry

Members

Enums

Type
enum Type

The type of an analyser which then affect the order they are executed.

Functions

execute
TotalResult execute(Environment env, string[] analysers, Registry reg)

Run the checkers from reg inside env.

executeOneAnalyzer
Result executeOneAnalyzer(BaseFixture a)
Undocumented in source. Be warned that the author may not have intended to support it.
makeRegistry
auto makeRegistry()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Registry
struct Registry
Undocumented in source.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This module contains the registry of analaysers